{% extends "base.html" %} {% block head_title %}Delete post{% endblock head_title %} {% block content %}

Delete post

{% csrf_token %}

Are you sure you want to delete it?

{% endblock content %}